home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / music / eked-m1.zoo / src / eked-m1.h < prev    next >
Text File  |  1995-02-19  |  9KB  |  505 lines

  1.  
  2. #define    PITCH1        0
  3.  
  4. #define P1_GRAPH        2
  5. #define P1_MSOUND        4
  6. #define P1_OCTAVE        6
  7. #define P1_MOD        8
  8. #define P1_LEV_VS       11
  9. #define P1_TIME_VS       12
  10. #define P1_ST_LEV       15
  11. #define P1_AT_LEV       16
  12. #define P1_RL_LEV       17
  13. #define P1_AT_TIME       18
  14. #define P1_DC_TIME       19
  15. #define P1_RL_TIME       20
  16.  
  17. #define    FILTER1        1
  18.  
  19. #define F1_GRAPH        2
  20. #define F1_CUTOFF        5
  21. #define F1_KTC        7
  22. #define F1_EGI        9
  23. #define F1_MOD       11
  24. #define F1_LEV_VS       15
  25. #define F1_LEV_KT       16
  26. #define F1_TIME_VS       17
  27. #define F1_TIME_KT       18
  28. #define F1_AT_LEV       21
  29. #define F1_DC_LEV       22
  30. #define F1_SS_LEV       23
  31. #define F1_RL_LEV       24
  32. #define F1_AT_TIME       25
  33. #define F1_AT_VS       26
  34. #define F1_AT_KT       27
  35. #define F1_DC_TIME       28
  36. #define F1_DC_VS       29
  37. #define F1_DC_KT       30
  38. #define F1_SS_TIME       31
  39. #define F1_SS_VS       32
  40. #define F1_SS_KT       33
  41. #define F1_RL_TIME       34
  42. #define F1_RL_VS       35
  43. #define F1_RL_KT       36
  44.  
  45. #define    AMP1        2
  46.  
  47. #define A1_GRAPH        2
  48. #define A1_LEVEL        4
  49. #define A1_KTC        6
  50. #define A1_LEV_VS       10
  51. #define A1_LEV_KT       11
  52. #define A1_TIME_VS       12
  53. #define A1_TIME_KT       13
  54. #define A1_AT_LEV       16
  55. #define A1_DC_LEV       17
  56. #define A1_SS_LEV       18
  57. #define A1_AT_TIME       19
  58. #define A1_AT_VS       20
  59. #define A1_AT_KT       21
  60. #define A1_DC_TIME       22
  61. #define A1_DC_VS       23
  62. #define A1_DC_KT       24
  63. #define A1_SS_TIME       25
  64. #define A1_SS_VS       26
  65. #define A1_SS_KT       27
  66. #define A1_RL_TIME       28
  67. #define A1_RL_VS       29
  68. #define A1_RL_KT       30
  69.  
  70. #define    PITCH_MOD        3
  71.  
  72. #define PM_WAVE        4
  73. #define PM_KSYNC        8
  74. #define PM_DELAY       10
  75. #define PM_INT       12
  76. #define PM_IN_JS       13
  77. #define PM_IN_AT       14
  78. #define PM_PB_JS       16
  79. #define PM_PB_AT       18
  80. #define PM_FREQ       20
  81. #define PM_FQ_JS       21
  82.  
  83. #define    FILTER_MOD        4
  84.  
  85. #define FM_WAVE        4
  86. #define FM_KSYNC        8
  87. #define FM_DELAY       10
  88. #define FM_INT       12
  89. #define FM_IN_JS       13
  90. #define FM_IN_AT       14
  91. #define FM_CO_JS       16
  92. #define FM_CO_AT       18
  93. #define FM_FREQ       20
  94. #define FM_FQ_JS       21
  95.  
  96. #define    MISC        5
  97.  
  98. #define MS_NAME        3
  99. #define MS_MODE        5
  100. #define MS_ASSIGN        7
  101. #define MS_AMP_AT        9
  102. #define MS_HOLD       11
  103. #define MS_SAVE       12
  104. #define MS_COMPARE       13
  105. #define MS_RESET       14
  106.  
  107. #define    PITCH2        6
  108.  
  109. #define P2_GRAPH        2
  110. #define P2_MSOUND        4
  111. #define P2_OCTAVE        6
  112. #define P2_MOD        8
  113. #define P2_INTERVAL       10
  114. #define P2_DETUNE       13
  115. #define P2_LEV_VS       15
  116. #define P2_TIME_VS       16
  117. #define P2_ST_LEV       19
  118. #define P2_AT_LEV       20
  119. #define P2_RL_LEV       21
  120. #define P2_AT_TIME       22
  121. #define P2_DC_TIME       23
  122. #define P2_RL_TIME       24
  123. #define P2_DELAY       26
  124.  
  125. #define    FILTER2        7
  126.  
  127. #define F2_GRAPH        2
  128. #define F2_CUTOFF        4
  129. #define F2_KTC        6
  130. #define F2_EGI        8
  131. #define F2_MOD       10
  132. #define F2_LEV_VS       14
  133. #define F2_LEV_KT       15
  134. #define F2_TIME_VS       16
  135. #define F2_TIME_KT       17
  136. #define F2_AT_LEV       20
  137. #define F2_DC_LEV       21
  138. #define F2_SS_LEV       22
  139. #define F2_RL_LEV       23
  140. #define F2_AT_TIME       24
  141. #define F2_AT_VS       25
  142. #define F2_AT_KT       26
  143. #define F2_DC_TIME       27
  144. #define F2_DC_VS       28
  145. #define F2_DC_KT       29
  146. #define F2_SS_TIME       30
  147. #define F2_SS_VS       31
  148. #define F2_SS_KT       32
  149. #define F2_RL_TIME       33
  150. #define F2_RL_VS       34
  151. #define F2_RL_KT       35
  152.  
  153. #define    AMP2        8
  154.  
  155. #define A2_GRAPH        2
  156. #define A2_LEVEL        4
  157. #define A2_KTC        6
  158. #define A2_LEV_VS       10
  159. #define A2_LEV_KT       11
  160. #define A2_TIME_VS       12
  161. #define A2_TIME_KT       13
  162. #define A2_AT_LEV       16
  163. #define A2_DC_LEV       17
  164. #define A2_SS_LEV       18
  165. #define A2_AT_TIME       19
  166. #define A2_AT_VS       20
  167. #define A2_AT_KT       21
  168. #define A2_DC_TIME       22
  169. #define A2_DC_VS       23
  170. #define A2_DC_KT       24
  171. #define A2_SS_TIME       25
  172. #define A2_SS_VS       26
  173. #define A2_SS_KT       27
  174. #define A2_RL_TIME       28
  175. #define A2_RL_VS       29
  176. #define A2_RL_KT       30
  177.  
  178. #define    MENU        9
  179.  
  180. #define M_INFO       10
  181. #define M_QUIT       19
  182. #define M_NEW       20
  183. #define M_OPEN       21
  184. #define M_SAVE       22
  185. #define M_SAVE_AS       23
  186. #define M_PRINT       25
  187. #define M_RECEIVE       28
  188. #define M_TRANSMIT       29
  189. #define M_COPY       30
  190. #define M_ERASE       32
  191. #define M_FLIP       33
  192. #define M_PROG_LIST       35
  193. #define M_DRUM_LIST       36
  194. #define M_GLOB_EDIT       37
  195. #define M_MSND_LIST       38
  196. #define M_COMB_LIST       39
  197. #define M_VIRT_KBD       40
  198. #define M_CYCLE       41
  199. #define M_DIALOGS       44
  200. #define M_MIDI       45
  201. #define M_VALUES       46
  202.  
  203. #define    COMBINATION       10
  204.  
  205. #define C_NAME        3
  206. #define C_COMPARE        4
  207. #define C_RESET        5
  208. #define C_SAVE        6
  209. #define C_TIMBRE1       25
  210.  
  211. #define    NAME_FORM       11
  212.  
  213. #define NM_NAME        2
  214. #define NM_OK        3
  215.  
  216. #define    EFFECT1       12
  217.  
  218. #define EFFECT_TYPE        3
  219. #define E_PARA_BLOCK        4
  220.  
  221. #define    EFFECT_ROUTE       13
  222.  
  223. #define ER_MODE        3
  224. #define ER_EFFECT1        5
  225. #define ER_PAN3        7
  226. #define ER_EFFECT2        9
  227. #define ER_PAN4       11
  228.  
  229. #define    ICON_FORM       14
  230.  
  231. #define M1_ICON        1
  232. #define CARD_ICON        2
  233. #define BANK_ICON        3
  234.  
  235. #define    BANK_COPY_FORM       15
  236.  
  237.  
  238. #define    EFFECT2       16
  239.  
  240.  
  241. #define    EFFECT_ROUTE_C       17
  242.  
  243.  
  244. #define    EFFECT1_C       18
  245.  
  246.  
  247. #define    EFFECT2_C       19
  248.  
  249.  
  250. #define    GLOBAL       20
  251.  
  252. #define G_RESET        2
  253. #define G_SAVE        3
  254. #define G_TUNE        5
  255. #define G_PEDAL1        7
  256. #define G_TRANSPOSE        9
  257. #define G_PEDAL2       11
  258. #define G_DAMPER       13
  259. #define G_SCALE       15
  260. #define G_PURE       17
  261. #define G_USER       19
  262. #define G_KIT1       35
  263.  
  264. #define    PROG_COPY       21
  265.  
  266. #define PC_OK        1
  267. #define PC_CANCEL        2
  268. #define PC_PROG        7
  269. #define PC_EFF        8
  270. #define PC_REF        9
  271. #define PC_FROM_BANK       12
  272. #define PC_FROM_PROG       14
  273. #define PC_TO_PROG       18
  274. #define PC_TO_BANK       19
  275.  
  276. #define    DRUM       22
  277.  
  278. #define D_NUMBER        1
  279. #define D_SOUND        2
  280. #define D_KEY        3
  281. #define D_TUNE        4
  282. #define D_LEVEL        5
  283. #define D_DECAY        6
  284. #define D_PAN        7
  285.  
  286. #define    DRUM_HEAD       23
  287.  
  288.  
  289. #define    BANK_COPY       24
  290.  
  291. #define BC_CANCEL        2
  292. #define BC_OK        3
  293. #define BC_FROM        6
  294. #define BC_TO        9
  295. #define BC_GLOB       15
  296. #define BC_COMB       16
  297. #define BC_PROG       17
  298.  
  299. #define    COMB_COPY       25
  300.  
  301. #define CC_OK        1
  302. #define CC_CANCEL        2
  303. #define CC_COMB        7
  304. #define CC_EFF        8
  305. #define CC_REF        9
  306. #define CC_FROM_BANK       12
  307. #define CC_FROM_COMB       14
  308. #define CC_TO_BANK       17
  309. #define CC_TO_COMB       19
  310.  
  311. #define    BANK_TX       26
  312.  
  313. #define BT_CANCEL        2
  314. #define BT_OK        3
  315. #define BT_FROM        6
  316. #define BT_GLOB       13
  317. #define BT_COMB       14
  318. #define BT_PROG       15
  319. #define BT_M1       18
  320. #define BT_CARD       19
  321.  
  322. #define    BANK_RX       27
  323.  
  324. #define BR_OK        1
  325. #define BR_CANCEL        2
  326. #define BR_GLOB        8
  327. #define BR_COMB        9
  328. #define BR_PROG       10
  329. #define BR_M1       12
  330. #define BR_CARD       13
  331. #define BR_TO       18
  332.  
  333. #define    BANK_PRINT       28
  334.  
  335. #define BP_CANCEL        2
  336. #define BP_OK        3
  337. #define BP_FROM        6
  338. #define BP_PRINTER        8
  339. #define BP_FILE       11
  340. #define BP_COMB       17
  341. #define BP_PROG       18
  342. #define BP_ONE       19
  343.  
  344. #define    BANK_ERASE       29
  345.  
  346. #define BE_BANK        4
  347. #define BE_GLOB       10
  348. #define BE_COMB       11
  349. #define BE_PROG       12
  350. #define BE_OK       14
  351. #define BE_CANCEL       15
  352.  
  353. #define    DIALOG_ENABLE       30
  354.  
  355. #define DE_CANCEL        1
  356. #define DE_BANKCOPY        6
  357. #define DE_COMB        7
  358. #define DE_PROG        8
  359. #define DE_PEFF        9
  360. #define DE_BANKRX       10
  361. #define DE_BANKERASE       13
  362. #define DE_BANKTX       14
  363. #define DE_CEFF       15
  364. #define DE_OK       21
  365. #define DE_BANKPRINT       22
  366. #define DE_BANKFLIP       24
  367.  
  368. #define    INFORMATION       31
  369.  
  370.  
  371. #define    MIDI_OPTIONS       32
  372.  
  373. #define MO_CANCEL        1
  374. #define MO_OFF        9
  375. #define MO_EXP       10
  376. #define MO_LIVE       11
  377. #define MO_OK       14
  378. #define MO_CHANNEL       15
  379.  
  380. #define    BANK_FLIP       33
  381.  
  382. #define BF_INTERNAL        6
  383. #define BF_CARD        7
  384. #define BF_TOGGLE        8
  385. #define BF_OK       11
  386. #define BF_CANCEL       12
  387. #define BF_BANK       15
  388.  
  389. #define    VALUE_OPTIONS       34
  390.  
  391. #define V_OK        1
  392. #define V_CANCEL        2
  393. #define V_ROLL        8
  394. #define V_LEFTUP        9
  395. #define V_RIGHTUP       10
  396. #define V_SIZE       15
  397.  
  398. #define    CEFF_COPY       35
  399.  
  400. #define CE_FROM_BANK        3
  401. #define CE_FROM_COMB        5
  402. #define CE_TO_BANK        8
  403. #define CE_TO_PROG       10
  404. #define CE_OK       14
  405. #define CE_CANCEL       15
  406.